home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dtype
/
Others
/
HTDS-programmer
/
Makefile
< prev
next >
Wrap
Makefile
|
1996-09-08
|
586b
|
36 lines
#
# $PROJECT: HyperText-DataType-System
#
# $VER: Makefile 40.1 (09.09.96)
#
# by
#
# Stefan Ruppert , Windthorststrasse 5 , 65439 Floersheim , GERMANY
#
# (C) Copyright 1996
# All Rights Reserved !
#
# $HISTORY:
#
# 09.09.96 : 040.001 : initial
#
VERSTR = $(VERSION).$(REVISION)
NAME = Software-Developer-Kit
BASENAME = HTDS_SDK
SHORT = $(NAME) for HTDS $(VERSTR)
PLACE = util/dtype
README = ReadMe
RELEASE = $(BASENAME)_$(VERSTR).lha
RELEASEPAT = programmer\#?
all:
release: $(RELEASE)
include source/misc/release.mk
include source/misc/autodoc.mk